Html Css Color HEX #C76BCA Orchid

📋 copy color: '#C76BCA'

red 199 ◦ green 107 ◦ blue 202

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

Shades of Orchid #C76BCA

Tints of Orchid #C76BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.06%

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 39.17%
G = 21.06%
B = 39.76%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C76BCA (or 0xC76BCA) is known color: Orchid. HEX triplet: C7, 6B and CA. RGB value is (199,107,202). Sum of RGB (Red+Green+Blue) = 199+107+202=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #C76BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BCA is #389435. Grayscale: #919191. Windows color (decimal): -3707958 or 13265863. OLE color: 13265863.

HSL color Cylindrical-coordinate representation of color #C76BCA: hue angle of 298.11º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76BCA is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 107 202 -
CMYK 0.01 0.47 0 0.21
HSL 298.11º 0.47% 0.61% -
HSV(B) 298.11º 0.47% 0.79% -
XYZ 39.47 26.92 58.99 -
YUV 145.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 199 107 202 0.01 0.47 0 0.21 298.11 0.47 0.61
Hex C7 6B CA 1 2F 0 15 12A 2F 3D
Octal 307 153 312 1 57 0 25 452 57 75
Binary 11000111 1101011 11001010 1 101111 0 10101 100101010 101111 111101

Color Harmonies of #C76BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BCA

Black with #C76BCA

Text Example


Text Example

White with #C76BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BCA; }

 p { color: rgb(199,107,202); }

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

background-color css

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

 a { background-color: rgb(199,107,202); }

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

border-color css

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

 span { border-color: rgb(199,107,202); }

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