Html Css Color HEX #C775DB Orchid

📋 copy color: '#C775DB'

red 199 ◦ green 117 ◦ blue 219

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

Shades of Orchid #C775DB

Tints of Orchid #C775DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.87%

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 37.2%
G = 21.87%
B = 40.93%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C775DB (or 0xC775DB) is known color: Orchid. HEX triplet: C7, 75 and DB. RGB value is (199,117,219). Sum of RGB (Red+Green+Blue) = 199+117+219=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #C775DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775DB is #388A24. Grayscale: #989898. Windows color (decimal): -3705381 or 14382535. OLE color: 14382535.

HSL color Cylindrical-coordinate representation of color #C775DB: hue angle of 288.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C775DB is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 117 219 -
CMYK 0.09 0.47 0 0.14
HSL 288.24º 0.59% 0.66% -
HSV(B) 288.24º 0.47% 0.86% -
XYZ 42.7 29.98 70.55 -
YUV 153.15 165.17 160.71 -
System Red Green Blue C M Y K H S L
Decimal 199 117 219 0.09 0.47 0 0.14 288.24 0.59 0.66
Hex C7 75 DB 9 2F 0 E 120 3B 42
Octal 307 165 333 11 57 0 16 440 73 102
Binary 11000111 1110101 11011011 1001 101111 0 1110 100100000 111011 1000010

Color Harmonies of #C775DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775DB

Black with #C775DB

Text Example


Text Example

White with #C775DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775DB; }

 p { color: rgb(199,117,219); }

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

background-color css

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

 a { background-color: rgb(199,117,219); }

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

border-color css

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

 span { border-color: rgb(199,117,219); }

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