Html Css Color HEX #CC7CC9 Orchid

📋 copy color: '#CC7CC9'

red 204 ◦ green 124 ◦ blue 201

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

Shades of Orchid #CC7CC9

Tints of Orchid #CC7CC9

RGB

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

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

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

R = 38.56%
G = 23.44%
B = 38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC7CC9 (or 0xCC7CC9) is known color: Orchid. HEX triplet: CC, 7C and C9. RGB value is (204,124,201). Sum of RGB (Red+Green+Blue) = 204+124+201=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CC9 is #338336. Grayscale: #9C9C9C. Windows color (decimal): -3375927 or 13204684. OLE color: 13204684.

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

Color convert

RGB 204 124 201 -
CMYK 0 0.39 0.01 0.2
HSL 302.25º 0.44% 0.64% -
HSV(B) 302.25º 0.39% 0.8% -
XYZ 42.65 31.47 59.08 -
YUV 156.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 204 124 201 0 0.39 0.01 0.2 302.25 0.44 0.64
Hex CC 7C C9 0 27 1 14 12E 2C 40
Octal 314 174 311 0 47 1 24 456 54 100
Binary 11001100 1111100 11001001 0 100111 1 10100 100101110 101100 1000000

Color Harmonies of #CC7CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CC9

Black with #CC7CC9

Text Example


Text Example

White with #CC7CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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