Html Css Color HEX #C26FCC Orchid

📋 copy color: '#C26FCC'

red 194 ◦ green 111 ◦ blue 204

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

Shades of Orchid #C26FCC

Tints of Orchid #C26FCC

RGB

 RED value IS 194 (76.17% from 255) = 38.11%

 GREEN value IS 111 (43.75% from 255) = 21.81%

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 38.11%
G = 21.81%
B = 40.08%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C26FCC (or 0xC26FCC) is known color: Orchid. HEX triplet: C2, 6F and CC. RGB value is (194,111,204). Sum of RGB (Red+Green+Blue) = 194+111+204=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #C26FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FCC is #3D9033. Grayscale: #929292. Windows color (decimal): -4034612 or 13397954. OLE color: 13397954.

HSL color Cylindrical-coordinate representation of color #C26FCC: hue angle of 293.55º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26FCC is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 111 204 -
CMYK 0.05 0.46 0 0.2
HSL 293.55º 0.48% 0.62% -
HSV(B) 293.55º 0.46% 0.8% -
XYZ 38.83 27.2 60.33 -
YUV 146.42 160.5 161.94 -
System Red Green Blue C M Y K H S L
Decimal 194 111 204 0.05 0.46 0 0.2 293.55 0.48 0.62
Hex C2 6F CC 5 2E 0 14 126 30 3E
Octal 302 157 314 5 56 0 24 446 60 76
Binary 11000010 1101111 11001100 101 101110 0 10100 100100110 110000 111110

Color Harmonies of #C26FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26FCC

Black with #C26FCC

Text Example


Text Example

White with #C26FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26FCC; }

 p { color: rgb(194,111,204); }

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

background-color css

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

 a { background-color: rgb(194,111,204); }

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

border-color css

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

 span { border-color: rgb(194,111,204); }

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