Html Css Color HEX #C770CA Orchid

📋 copy color: '#C770CA'

red 199 ◦ green 112 ◦ blue 202

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

Shades of Orchid #C770CA

Tints of Orchid #C770CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.83%

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

R = 38.79%
G = 21.83%
B = 39.38%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C770CA (or 0xC770CA) is known color: Orchid. HEX triplet: C7, 70 and CA. RGB value is (199,112,202). Sum of RGB (Red+Green+Blue) = 199+112+202=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #C770CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770CA is #388F35. Grayscale: #949494. Windows color (decimal): -3706678 or 13267143. OLE color: 13267143.

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

Color convert

RGB 199 112 202 -
CMYK 0.01 0.45 0 0.21
HSL 298º 0.46% 0.62% -
HSV(B) 298º 0.45% 0.79% -
XYZ 40.01 27.99 59.17 -
YUV 148.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 199 112 202 0.01 0.45 0 0.21 298 0.46 0.62
Hex C7 70 CA 1 2D 0 15 12A 2E 3E
Octal 307 160 312 1 55 0 25 452 56 76
Binary 11000111 1110000 11001010 1 101101 0 10101 100101010 101110 111110

Color Harmonies of #C770CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770CA

Black with #C770CA

Text Example


Text Example

White with #C770CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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