Html Css Color HEX #CD7CC2 Orchid

📋 copy color: '#CD7CC2'

red 205 ◦ green 124 ◦ blue 194

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

Shades of Orchid #CD7CC2

Tints of Orchid #CD7CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.09%

R = 39.2%
G = 23.71%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CD7CC2 (or 0xCD7CC2) is known color: Orchid. HEX triplet: CD, 7C and C2. RGB value is (205,124,194). Sum of RGB (Red+Green+Blue) = 205+124+194=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CC2 is #32833D. Grayscale: #9C9C9C. Windows color (decimal): -3310398 or 12745933. OLE color: 12745933.

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

Color convert

RGB 205 124 194 -
CMYK 0 0.40 0.05 0.20
HSL 308.15º 0.45% 0.65% -
HSV(B) 308.15º 0.4% 0.8% -
XYZ 42.12 31.29 54.86 -
YUV 156.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 205 124 194 0 0.40 0.05 0.20 308.15 0.45 0.65
Hex CD 7C C2 0 28 5 14 134 2D 41
Octal 315 174 302 0 50 5 24 464 55 101
Binary 11001101 1111100 11000010 0 101000 101 10100 100110100 101101 1000001

Color Harmonies of #CD7CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7CC2

Black with #CD7CC2

Text Example


Text Example

White with #CD7CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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