Html Css Color HEX #CC7DCD Orchid

📋 copy color: '#CC7DCD'

red 204 ◦ green 125 ◦ blue 205

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

Shades of Orchid #CC7DCD

Tints of Orchid #CC7DCD

RGB

 RED value IS 204 (80.08% from 255) = 38.2%

 GREEN value IS 125 (49.22% from 255) = 23.41%

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

R = 38.2%
G = 23.41%
B = 38.39%

CMYK

 C value IS 0.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC7DCD (or 0xCC7DCD) is known color: Orchid. HEX triplet: CC, 7D and CD. RGB value is (204,125,205). Sum of RGB (Red+Green+Blue) = 204+125+205=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DCD is #338232. Grayscale: #9D9D9D. Windows color (decimal): -3375667 or 13467084. OLE color: 13467084.

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

Color convert

RGB 204 125 205 -
CMYK 0.00 0.39 0 0.20
HSL 299.25º 0.44% 0.65% -
HSV(B) 299.25º 0.39% 0.8% -
XYZ 43.25 31.91 61.64 -
YUV 157.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 204 125 205 0.00 0.39 0 0.20 299.25 0.44 0.65
Hex CC 7D CD 0 27 0 14 12B 2C 41
Octal 314 175 315 0 47 0 24 453 54 101
Binary 11001100 1111101 11001101 0 100111 0 10100 100101011 101100 1000001

Color Harmonies of #CC7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7DCD

Black with #CC7DCD

Text Example


Text Example

White with #CC7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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