Html Css Color HEX #CD7CCC Orchid

📋 copy color: '#CD7CCC'

red 205 ◦ green 124 ◦ blue 204

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

Shades of Orchid #CD7CCC

Tints of Orchid #CD7CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.26%

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 38.46%
G = 23.26%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD7CCC (or 0xCD7CCC) is known color: Orchid. HEX triplet: CD, 7C and CC. RGB value is (205,124,204). Sum of RGB (Red+Green+Blue) = 205+124+204=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CCC is #328333. Grayscale: #9D9D9D. Windows color (decimal): -3310388 or 13401293. OLE color: 13401293.

HSL color Cylindrical-coordinate representation of color #CD7CCC: hue angle of 300.74º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7CCC is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 124 204 -
CMYK 0 0.40 0.00 0.20
HSL 300.74º 0.45% 0.65% -
HSV(B) 300.74º 0.4% 0.8% -
XYZ 43.28 31.75 60.97 -
YUV 157.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 205 124 204 0 0.40 0.00 0.20 300.74 0.45 0.65
Hex CD 7C CC 0 28 0 14 12D 2D 41
Octal 315 174 314 0 50 0 24 455 55 101
Binary 11001101 1111100 11001100 0 101000 0 10100 100101101 101101 1000001

Color Harmonies of #CD7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7CCC

Black with #CD7CCC

Text Example


Text Example

White with #CD7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7CCC; }

 p { color: rgb(205,124,204); }

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

background-color css

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

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

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

border-color css

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

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

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