Html Css Color HEX #C770CE Orchid

📋 copy color: '#C770CE'

red 199 ◦ green 112 ◦ blue 206

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

Shades of Orchid #C770CE

Tints of Orchid #C770CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 38.49%
G = 21.66%
B = 39.85%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C770CE (or 0xC770CE) is known color: Orchid. HEX triplet: C7, 70 and CE. RGB value is (199,112,206). Sum of RGB (Red+Green+Blue) = 199+112+206=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #C770CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770CE is #388F31. Grayscale: #949494. Windows color (decimal): -3706674 or 13529287. OLE color: 13529287.

HSL color Cylindrical-coordinate representation of color #C770CE: hue angle of 295.53º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C770CE is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 112 206 -
CMYK 0.03 0.46 0 0.19
HSL 295.53º 0.49% 0.62% -
HSV(B) 295.53º 0.46% 0.81% -
XYZ 40.49 28.19 61.7 -
YUV 148.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 199 112 206 0.03 0.46 0 0.19 295.53 0.49 0.62
Hex C7 70 CE 3 2E 0 13 128 31 3E
Octal 307 160 316 3 56 0 23 450 61 76
Binary 11000111 1110000 11001110 11 101110 0 10011 100101000 110001 111110

Color Harmonies of #C770CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770CE

Black with #C770CE

Text Example


Text Example

White with #C770CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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