Html Css Color HEX #C770D2 Orchid

📋 copy color: '#C770D2'

red 199 ◦ green 112 ◦ blue 210

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

Shades of Orchid #C770D2

Tints of Orchid #C770D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.31%

R = 38.2%
G = 21.5%
B = 40.31%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C770D2 (or 0xC770D2) is known color: Orchid. HEX triplet: C7, 70 and D2. RGB value is (199,112,210). Sum of RGB (Red+Green+Blue) = 199+112+210=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #C770D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770D2 is #388F2D. Grayscale: #949494. Windows color (decimal): -3706670 or 13791431. OLE color: 13791431.

HSL color Cylindrical-coordinate representation of color #C770D2: hue angle of 293.27º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C770D2 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 112 210 -
CMYK 0.05 0.47 0 0.18
HSL 293.27º 0.52% 0.63% -
HSV(B) 293.27º 0.47% 0.82% -
XYZ 40.98 28.38 64.29 -
YUV 149.19 162.32 163.53 -
System Red Green Blue C M Y K H S L
Decimal 199 112 210 0.05 0.47 0 0.18 293.27 0.52 0.63
Hex C7 70 D2 5 2F 0 12 125 34 3F
Octal 307 160 322 5 57 0 22 445 64 77
Binary 11000111 1110000 11010010 101 101111 0 10010 100100101 110100 111111

Color Harmonies of #C770D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770D2

Black with #C770D2

Text Example


Text Example

White with #C770D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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