Html Css Color HEX #C775CB Orchid

📋 copy color: '#C775CB'

red 199 ◦ green 117 ◦ blue 203

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

Shades of Orchid #C775CB

Tints of Orchid #C775CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 38.34%
G = 22.54%
B = 39.11%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C775CB (or 0xC775CB) is known color: Orchid. HEX triplet: C7, 75 and CB. RGB value is (199,117,203). Sum of RGB (Red+Green+Blue) = 199+117+203=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #C775CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775CB is #388A34. Grayscale: #979797. Windows color (decimal): -3705397 or 13333959. OLE color: 13333959.

HSL color Cylindrical-coordinate representation of color #C775CB: hue angle of 297.21º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C775CB is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 117 203 -
CMYK 0.02 0.42 0 0.20
HSL 297.21º 0.45% 0.63% -
HSV(B) 297.21º 0.42% 0.8% -
XYZ 40.69 29.18 59.99 -
YUV 151.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 199 117 203 0.02 0.42 0 0.20 297.21 0.45 0.63
Hex C7 75 CB 2 2A 0 14 129 2D 3F
Octal 307 165 313 2 52 0 24 451 55 77
Binary 11000111 1110101 11001011 10 101010 0 10100 100101001 101101 111111

Color Harmonies of #C775CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775CB

Black with #C775CB

Text Example


Text Example

White with #C775CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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