Html Css Color HEX #C77CCA Orchid

📋 copy color: '#C77CCA'

red 199 ◦ green 124 ◦ blue 202

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

Shades of Orchid #C77CCA

Tints of Orchid #C77CCA

RGB

 RED value IS 199 (78.13% from 255) = 37.9%

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

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

R = 37.9%
G = 23.62%
B = 38.48%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C77CCA (or 0xC77CCA) is known color: Orchid. HEX triplet: C7, 7C and CA. RGB value is (199,124,202). Sum of RGB (Red+Green+Blue) = 199+124+202=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #C77CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CCA is #388335. Grayscale: #9B9B9B. Windows color (decimal): -3703606 or 13270215. OLE color: 13270215.

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

Color convert

RGB 199 124 202 -
CMYK 0.01 0.39 0 0.21
HSL 297.69º 0.42% 0.64% -
HSV(B) 297.69º 0.39% 0.79% -
XYZ 41.42 30.82 59.64 -
YUV 155.32 154.35 159.16 -
System Red Green Blue C M Y K H S L
Decimal 199 124 202 0.01 0.39 0 0.21 297.69 0.42 0.64
Hex C7 7C CA 1 27 0 15 12A 2A 40
Octal 307 174 312 1 47 0 25 452 52 100
Binary 11000111 1111100 11001010 1 100111 0 10101 100101010 101010 1000000

Color Harmonies of #C77CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77CCA

Black with #C77CCA

Text Example


Text Example

White with #C77CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77CCA; }

 p { color: rgb(199,124,202); }

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

background-color css

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

 a { background-color: rgb(199,124,202); }

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

border-color css

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

 span { border-color: rgb(199,124,202); }

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