Html Css Color HEX #C770C3 Orchid

📋 copy color: '#C770C3'

red 199 ◦ green 112 ◦ blue 195

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

Shades of Orchid #C770C3

Tints of Orchid #C770C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.54%

R = 39.33%
G = 22.13%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C770C3 (or 0xC770C3) is known color: Orchid. HEX triplet: C7, 70 and C3. RGB value is (199,112,195). Sum of RGB (Red+Green+Blue) = 199+112+195=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C770C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770C3 is #388F3C. Grayscale: #939393. Windows color (decimal): -3706685 or 12808391. OLE color: 12808391.

HSL color Cylindrical-coordinate representation of color #C770C3: hue angle of 302.76º 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 #C770C3 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 112 195 -
CMYK 0 0.44 0.02 0.22
HSL 302.76º 0.44% 0.61% -
HSV(B) 302.76º 0.44% 0.78% -
XYZ 39.2 27.67 54.9 -
YUV 147.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 199 112 195 0 0.44 0.02 0.22 302.76 0.44 0.61
Hex C7 70 C3 0 2C 2 16 12F 2C 3D
Octal 307 160 303 0 54 2 26 457 54 75
Binary 11000111 1110000 11000011 0 101100 10 10110 100101111 101100 111101

Color Harmonies of #C770C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770C3

Black with #C770C3

Text Example


Text Example

White with #C770C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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