Html Css Color HEX #CC7FCA Orchid

📋 copy color: '#CC7FCA'

red 204 ◦ green 127 ◦ blue 202

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

Shades of Orchid #CC7FCA

Tints of Orchid #CC7FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 38.27%
G = 23.83%
B = 37.9%

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

#CC7FCA (or 0xCC7FCA) is known color: Orchid. HEX triplet: CC, 7F and CA. RGB value is (204,127,202). Sum of RGB (Red+Green+Blue) = 204+127+202=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FCA is #338035. Grayscale: #9E9E9E. Windows color (decimal): -3375158 or 13270988. OLE color: 13270988.

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

Color convert

RGB 204 127 202 -
CMYK 0 0.38 0.01 0.2
HSL 301.56º 0.43% 0.65% -
HSV(B) 301.56º 0.38% 0.8% -
XYZ 43.15 32.28 59.83 -
YUV 158.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 204 127 202 0 0.38 0.01 0.2 301.56 0.43 0.65
Hex CC 7F CA 0 26 1 14 12E 2B 41
Octal 314 177 312 0 46 1 24 456 53 101
Binary 11001100 1111111 11001010 0 100110 1 10100 100101110 101011 1000001

Color Harmonies of #CC7FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FCA

Black with #CC7FCA

Text Example


Text Example

White with #CC7FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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