Html Css Color HEX #C770E0 Orchid

📋 copy color: '#C770E0'

red 199 ◦ green 112 ◦ blue 224

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

Shades of Orchid #C770E0

Tints of Orchid #C770E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.87%

R = 37.2%
G = 20.93%
B = 41.87%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C770E0 (or 0xC770E0) is known color: Orchid. HEX triplet: C7, 70 and E0. RGB value is (199,112,224). Sum of RGB (Red+Green+Blue) = 199+112+224=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #C770E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770E0 is #388F1F. Grayscale: #969696. Windows color (decimal): -3706656 or 14708935. OLE color: 14708935.

HSL color Cylindrical-coordinate representation of color #C770E0: hue angle of 286.61º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C770E0 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 112 224 -
CMYK 0.11 0.50 0 0.12
HSL 286.61º 0.64% 0.66% -
HSV(B) 286.61º 0.5% 0.88% -
XYZ 42.8 29.11 73.88 -
YUV 150.78 169.32 162.39 -
System Red Green Blue C M Y K H S L
Decimal 199 112 224 0.11 0.50 0 0.12 286.61 0.64 0.66
Hex C7 70 E0 B 32 0 C 11F 40 42
Octal 307 160 340 13 62 0 14 437 100 102
Binary 11000111 1110000 11100000 1011 110010 0 1100 100011111 1000000 1000010

Color Harmonies of #C770E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770E0

Black with #C770E0

Text Example


Text Example

White with #C770E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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