Html Css Color HEX #CC78CA Orchid

📋 copy color: '#CC78CA'

red 204 ◦ green 120 ◦ blue 202

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

Shades of Orchid #CC78CA

Tints of Orchid #CC78CA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.81%

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

R = 38.78%
G = 22.81%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC78CA (or 0xCC78CA) is known color: Orchid. HEX triplet: CC, 78 and CA. RGB value is (204,120,202). Sum of RGB (Red+Green+Blue) = 204+120+202=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78CA is #338735. Grayscale: #9A9A9A. Windows color (decimal): -3376950 or 13269196. OLE color: 13269196.

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

Color convert

RGB 204 120 202 -
CMYK 0 0.41 0.01 0.2
HSL 301.43º 0.45% 0.64% -
HSV(B) 301.43º 0.41% 0.8% -
XYZ 42.28 30.53 59.54 -
YUV 154.46 154.83 163.33 -
System Red Green Blue C M Y K H S L
Decimal 204 120 202 0 0.41 0.01 0.2 301.43 0.45 0.64
Hex CC 78 CA 0 29 1 14 12D 2D 40
Octal 314 170 312 0 51 1 24 455 55 100
Binary 11001100 1111000 11001010 0 101001 1 10100 100101101 101101 1000000

Color Harmonies of #CC78CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78CA

Black with #CC78CA

Text Example


Text Example

White with #CC78CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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