Html Css Color HEX #CC7FC9 Orchid

📋 copy color: '#CC7FC9'

red 204 ◦ green 127 ◦ blue 201

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

Shades of Orchid #CC7FC9

Tints of Orchid #CC7FC9

RGB

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

 GREEN value IS 127 (50% from 255) = 23.87%

 BLUE value IS 201 (78.91% from 255) = 37.78%

R = 38.35%
G = 23.87%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC7FC9 (or 0xCC7FC9) is known color: Orchid. HEX triplet: CC, 7F and C9. RGB value is (204,127,201). Sum of RGB (Red+Green+Blue) = 204+127+201=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FC9 is #338036. Grayscale: #9E9E9E. Windows color (decimal): -3375159 or 13205452. OLE color: 13205452.

HSL color Cylindrical-coordinate representation of color #CC7FC9: hue angle of 302.34º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7FC9 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 127 201 -
CMYK 0 0.38 0.01 0.2
HSL 302.34º 0.43% 0.65% -
HSV(B) 302.34º 0.38% 0.8% -
XYZ 43.03 32.23 59.21 -
YUV 158.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 204 127 201 0 0.38 0.01 0.2 302.34 0.43 0.65
Hex CC 7F C9 0 26 1 14 12E 2B 41
Octal 314 177 311 0 46 1 24 456 53 101
Binary 11001100 1111111 11001001 0 100110 1 10100 100101110 101011 1000001

Color Harmonies of #CC7FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FC9

Black with #CC7FC9

Text Example


Text Example

White with #CC7FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FC9; }

 p { color: rgb(204,127,201); }

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

background-color css

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

 a { background-color: rgb(204,127,201); }

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

border-color css

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

 span { border-color: rgb(204,127,201); }

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