Html Css Color HEX #CC7DC8 Orchid

📋 copy color: '#CC7DC8'

red 204 ◦ green 125 ◦ blue 200

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

Shades of Orchid #CC7DC8

Tints of Orchid #CC7DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.81%

R = 38.56%
G = 23.63%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC7DC8 (or 0xCC7DC8) is known color: Orchid. HEX triplet: CC, 7D and C8. RGB value is (204,125,200). Sum of RGB (Red+Green+Blue) = 204+125+200=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DC8 is #338237. Grayscale: #9C9C9C. Windows color (decimal): -3375672 or 13139404. OLE color: 13139404.

HSL color Cylindrical-coordinate representation of color #CC7DC8: hue angle of 303.04º 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 #CC7DC8 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 125 200 -
CMYK 0 0.39 0.02 0.2
HSL 303.04º 0.44% 0.65% -
HSV(B) 303.04º 0.39% 0.8% -
XYZ 42.66 31.67 58.51 -
YUV 157.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 204 125 200 0 0.39 0.02 0.2 303.04 0.44 0.65
Hex CC 7D C8 0 27 2 14 12F 2C 41
Octal 314 175 310 0 47 2 24 457 54 101
Binary 11001100 1111101 11001000 0 100111 10 10100 100101111 101100 1000001

Color Harmonies of #CC7DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7DC8

Black with #CC7DC8

Text Example


Text Example

White with #CC7DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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