Html Css Color HEX #C77BCF Orchid

📋 copy color: '#C77BCF'

red 199 ◦ green 123 ◦ blue 207

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

Shades of Orchid #C77BCF

Tints of Orchid #C77BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 37.62%
G = 23.25%
B = 39.13%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C77BCF (or 0xC77BCF) is known color: Orchid. HEX triplet: C7, 7B and CF. RGB value is (199,123,207). Sum of RGB (Red+Green+Blue) = 199+123+207=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #C77BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BCF is #388430. Grayscale: #9B9B9B. Windows color (decimal): -3703857 or 13597639. OLE color: 13597639.

HSL color Cylindrical-coordinate representation of color #C77BCF: hue angle of 294.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C77BCF is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 123 207 -
CMYK 0.04 0.41 0 0.19
HSL 294.29º 0.47% 0.65% -
HSV(B) 294.29º 0.41% 0.81% -
XYZ 41.9 30.81 62.77 -
YUV 155.3 157.18 159.17 -
System Red Green Blue C M Y K H S L
Decimal 199 123 207 0.04 0.41 0 0.19 294.29 0.47 0.65
Hex C7 7B CF 4 29 0 13 126 2F 41
Octal 307 173 317 4 51 0 23 446 57 101
Binary 11000111 1111011 11001111 100 101001 0 10011 100100110 101111 1000001

Color Harmonies of #C77BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77BCF

Black with #C77BCF

Text Example


Text Example

White with #C77BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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