Html Css Color HEX #C26CCB Medium Orchid

📋 copy color: '#C26CCB'

red 194 ◦ green 108 ◦ blue 203

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

Shades of Medium Orchid #C26CCB

Tints of Medium Orchid #C26CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.39%

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 38.42%
G = 21.39%
B = 40.2%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C26CCB (or 0xC26CCB) is known color: Medium Orchid. HEX triplet: C2, 6C and CB. RGB value is (194,108,203). Sum of RGB (Red+Green+Blue) = 194+108+203=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #C26CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CCB is #3D9334. Grayscale: #909090. Windows color (decimal): -4035381 or 13331650. OLE color: 13331650.

HSL color Cylindrical-coordinate representation of color #C26CCB: hue angle of 294.32º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C26CCB is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 108 203 -
CMYK 0.04 0.47 0 0.20
HSL 294.32º 0.48% 0.61% -
HSV(B) 294.32º 0.47% 0.8% -
XYZ 38.39 26.51 59.59 -
YUV 144.54 160.99 163.28 -
System Red Green Blue C M Y K H S L
Decimal 194 108 203 0.04 0.47 0 0.20 294.32 0.48 0.61
Hex C2 6C CB 4 2F 0 14 126 30 3D
Octal 302 154 313 4 57 0 24 446 60 75
Binary 11000010 1101100 11001011 100 101111 0 10100 100100110 110000 111101

Color Harmonies of #C26CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26CCB

Black with #C26CCB

Text Example


Text Example

White with #C26CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26CCB; }

 p { color: rgb(194,108,203); }

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

background-color css

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

 a { background-color: rgb(194,108,203); }

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

border-color css

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

 span { border-color: rgb(194,108,203); }

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