Html Css Color HEX #CD6CCD Orchid

📋 copy color: '#CD6CCD'

red 205 ◦ green 108 ◦ blue 205

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

Shades of Orchid #CD6CCD

Tints of Orchid #CD6CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.85%

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

R = 39.58%
G = 20.85%
B = 39.58%

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

#CD6CCD (or 0xCD6CCD) is known color: Orchid. HEX triplet: CD, 6C and CD. RGB value is (205,108,205). Sum of RGB (Red+Green+Blue) = 205+108+205=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CCD is #329332. Grayscale: #939393. Windows color (decimal): -3314483 or 13462733. OLE color: 13462733.

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

Color convert

RGB 205 108 205 -
CMYK 0 0.47 0 0.20
HSL 300º 0.49% 0.61% -
HSV(B) 300º 0.47% 0.8% -
XYZ 41.56 28.11 60.99 -
YUV 148.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 205 108 205 0 0.47 0 0.20 300 0.49 0.61
Hex CD 6C CD 0 2F 0 14 12C 31 3D
Octal 315 154 315 0 57 0 24 454 61 75
Binary 11001101 1101100 11001101 0 101111 0 10100 100101100 110001 111101

Color Harmonies of #CD6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6CCD

Black with #CD6CCD

Text Example


Text Example

White with #CD6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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