Html Css Color HEX #CD6DCD Orchid

📋 copy color: '#CD6DCD'

red 205 ◦ green 109 ◦ blue 205

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

Shades of Orchid #CD6DCD

Tints of Orchid #CD6DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21%

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

R = 39.5%
G = 21%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CD6DCD (or 0xCD6DCD) is known color: Orchid. HEX triplet: CD, 6D and CD. RGB value is (205,109,205). Sum of RGB (Red+Green+Blue) = 205+109+205=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DCD is #329232. Grayscale: #949494. Windows color (decimal): -3314227 or 13462989. OLE color: 13462989.

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

Color convert

RGB 205 109 205 -
CMYK 0 0.47 0 0.20
HSL 300º 0.49% 0.62% -
HSV(B) 300º 0.47% 0.8% -
XYZ 41.66 28.32 61.03 -
YUV 148.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 205 109 205 0 0.47 0 0.20 300 0.49 0.62
Hex CD 6D CD 0 2F 0 14 12C 31 3E
Octal 315 155 315 0 57 0 24 454 61 76
Binary 11001101 1101101 11001101 0 101111 0 10100 100101100 110001 111110

Color Harmonies of #CD6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6DCD

Black with #CD6DCD

Text Example


Text Example

White with #CD6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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