Html Css Color HEX #C77BDA Orchid

📋 copy color: '#C77BDA'

red 199 ◦ green 123 ◦ blue 218

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

Shades of Orchid #C77BDA

Tints of Orchid #C77BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.78%

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 36.85%
G = 22.78%
B = 40.37%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C77BDA (or 0xC77BDA) is known color: Orchid. HEX triplet: C7, 7B and DA. RGB value is (199,123,218). Sum of RGB (Red+Green+Blue) = 199+123+218=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #C77BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BDA is #388425. Grayscale: #9C9C9C. Windows color (decimal): -3703846 or 14318535. OLE color: 14318535.

HSL color Cylindrical-coordinate representation of color #C77BDA: hue angle of 288º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77BDA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 123 218 -
CMYK 0.09 0.44 0 0.15
HSL 288º 0.56% 0.67% -
HSV(B) 288º 0.44% 0.85% -
XYZ 43.29 31.37 70.1 -
YUV 156.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 199 123 218 0.09 0.44 0 0.15 288 0.56 0.67
Hex C7 7B DA 9 2C 0 F 120 38 43
Octal 307 173 332 11 54 0 17 440 70 103
Binary 11000111 1111011 11011010 1001 101100 0 1111 100100000 111000 1000011

Color Harmonies of #C77BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77BDA

Black with #C77BDA

Text Example


Text Example

White with #C77BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77BDA; }

 p { color: rgb(199,123,218); }

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

background-color css

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

 a { background-color: rgb(199,123,218); }

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

border-color css

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

 span { border-color: rgb(199,123,218); }

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