Html Css Color HEX #CD6CC0 Orchid

📋 copy color: '#CD6CC0'

red 205 ◦ green 108 ◦ blue 192

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

Shades of Orchid #CD6CC0

Tints of Orchid #CD6CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 40.59%
G = 21.39%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD6CC0 (or 0xCD6CC0) is known color: Orchid. HEX triplet: CD, 6C and C0. RGB value is (205,108,192). Sum of RGB (Red+Green+Blue) = 205+108+192=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CC0 is #32933F. Grayscale: #929292. Windows color (decimal): -3314496 or 12610765. OLE color: 12610765.

HSL color Cylindrical-coordinate representation of color #CD6CC0: hue angle of 308.04º 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 #CD6CC0 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 108 192 -
CMYK 0 0.47 0.06 0.20
HSL 308.04º 0.49% 0.61% -
HSV(B) 308.04º 0.47% 0.8% -
XYZ 40.05 27.51 53.07 -
YUV 146.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 205 108 192 0 0.47 0.06 0.20 308.04 0.49 0.61
Hex CD 6C C0 0 2F 6 14 134 31 3D
Octal 315 154 300 0 57 6 24 464 61 75
Binary 11001101 1101100 11000000 0 101111 110 10100 100110100 110001 111101

Color Harmonies of #CD6CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6CC0

Black with #CD6CC0

Text Example


Text Example

White with #CD6CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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