Html Css Color HEX #C775DE Orchid

📋 copy color: '#C775DE'

red 199 ◦ green 117 ◦ blue 222

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

Shades of Orchid #C775DE

Tints of Orchid #C775DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.26%

R = 36.99%
G = 21.75%
B = 41.26%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C775DE (or 0xC775DE) is known color: Orchid. HEX triplet: C7, 75 and DE. RGB value is (199,117,222). Sum of RGB (Red+Green+Blue) = 199+117+222=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #C775DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775DE is #388A21. Grayscale: #999999. Windows color (decimal): -3705378 or 14579143. OLE color: 14579143.

HSL color Cylindrical-coordinate representation of color #C775DE: hue angle of 286.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C775DE is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 117 222 -
CMYK 0.10 0.47 0 0.13
HSL 286.86º 0.61% 0.66% -
HSV(B) 286.86º 0.47% 0.87% -
XYZ 43.1 30.14 72.65 -
YUV 153.49 166.67 160.46 -
System Red Green Blue C M Y K H S L
Decimal 199 117 222 0.10 0.47 0 0.13 286.86 0.61 0.66
Hex C7 75 DE A 2F 0 D 11F 3D 42
Octal 307 165 336 12 57 0 15 437 75 102
Binary 11000111 1110101 11011110 1010 101111 0 1101 100011111 111101 1000010

Color Harmonies of #C775DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775DE

Black with #C775DE

Text Example


Text Example

White with #C775DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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