Html Css Color HEX #C770C2 Orchid

📋 copy color: '#C770C2'

red 199 ◦ green 112 ◦ blue 194

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

Shades of Orchid #C770C2

Tints of Orchid #C770C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.42%

R = 39.41%
G = 22.18%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C770C2 (or 0xC770C2) is known color: Orchid. HEX triplet: C7, 70 and C2. RGB value is (199,112,194). Sum of RGB (Red+Green+Blue) = 199+112+194=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C770C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770C2 is #388F3D. Grayscale: #939393. Windows color (decimal): -3706686 or 12742855. OLE color: 12742855.

HSL color Cylindrical-coordinate representation of color #C770C2: hue angle of 303.45º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C770C2 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 112 194 -
CMYK 0 0.44 0.03 0.22
HSL 303.45º 0.44% 0.61% -
HSV(B) 303.45º 0.44% 0.78% -
XYZ 39.08 27.63 54.31 -
YUV 147.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 199 112 194 0 0.44 0.03 0.22 303.45 0.44 0.61
Hex C7 70 C2 0 2C 3 16 12F 2C 3D
Octal 307 160 302 0 54 3 26 457 54 75
Binary 11000111 1110000 11000010 0 101100 11 10110 100101111 101100 111101

Color Harmonies of #C770C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770C2

Black with #C770C2

Text Example


Text Example

White with #C770C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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