Html Css Color HEX #CD6FCD Orchid

📋 copy color: '#CD6FCD'

red 205 ◦ green 111 ◦ blue 205

#CD6FCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CD6FCD

Tints of Orchid #CD6FCD

RGB

 RED value IS 205 (80.47% from 255) = 39.35%

 GREEN value IS 111 (43.75% from 255) = 21.31%

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 39.35%
G = 21.31%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD6FCD (or 0xCD6FCD) is known color: Orchid. HEX triplet: CD, 6F and CD. RGB value is (205,111,205). Sum of RGB (Red+Green+Blue) = 205+111+205=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FCD is #329032. Grayscale: #959595. Windows color (decimal): -3313715 or 13463501. OLE color: 13463501.

HSL color Cylindrical-coordinate representation of color #CD6FCD: hue angle of 300º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6FCD is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 111 205 -
CMYK 0 0.46 0 0.20
HSL 300º 0.48% 0.62% -
HSV(B) 300º 0.46% 0.8% -
XYZ 41.88 28.76 61.1 -
YUV 149.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 205 111 205 0 0.46 0 0.20 300 0.48 0.62
Hex CD 6F CD 0 2E 0 14 12C 30 3E
Octal 315 157 315 0 56 0 24 454 60 76
Binary 11001101 1101111 11001101 0 101110 0 10100 100101100 110000 111110

Color Harmonies of #CD6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6FCD

Black with #CD6FCD

Text Example


Text Example

White with #CD6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6FCD; }

 p { color: rgb(205,111,205); }

 H1.HeaderClassName
 {
   color: #CD6FCD;
 }
 .AnyTagClassName
 {
   color: #CD6FCD;
 }
</style>

background-color css

<style>
 a { background-color: #CD6FCD; }

 a { background-color: rgb(205,111,205); }

 div.DivClassName
 {
   background-color: #CD6FCD;
 }
 .BgClassName
 {
   background-color: #CD6FCD;
 }
</style>

border-color css

<style>
 span { border-color: #CD6FCD; }

 span { border-color: rgb(205,111,205); }

 td.TdClassName
 {
   border-color: #CD6FCD;
 }
 .TagClassName
 {
   border-color: #CD6FCD;
 }
</style>