Html Css Color HEX #C770D7 Orchid

📋 copy color: '#C770D7'

red 199 ◦ green 112 ◦ blue 215

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

Shades of Orchid #C770D7

Tints of Orchid #C770D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.87%

R = 37.83%
G = 21.29%
B = 40.87%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C770D7 (or 0xC770D7) is known color: Orchid. HEX triplet: C7, 70 and D7. RGB value is (199,112,215). Sum of RGB (Red+Green+Blue) = 199+112+215=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #C770D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770D7 is #388F28. Grayscale: #959595. Windows color (decimal): -3706665 or 14119111. OLE color: 14119111.

HSL color Cylindrical-coordinate representation of color #C770D7: hue angle of 290.68º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C770D7 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 112 215 -
CMYK 0.07 0.48 0 0.16
HSL 290.68º 0.56% 0.64% -
HSV(B) 290.68º 0.48% 0.84% -
XYZ 41.61 28.64 67.62 -
YUV 149.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 199 112 215 0.07 0.48 0 0.16 290.68 0.56 0.64
Hex C7 70 D7 7 30 0 10 123 38 40
Octal 307 160 327 7 60 0 20 443 70 100
Binary 11000111 1110000 11010111 111 110000 0 10000 100100011 111000 1000000

Color Harmonies of #C770D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770D7

Black with #C770D7

Text Example


Text Example

White with #C770D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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