Html Css Color HEX #C26BCB Medium Orchid

📋 copy color: '#C26BCB'

red 194 ◦ green 107 ◦ blue 203

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

Shades of Medium Orchid #C26BCB

Tints of Medium Orchid #C26BCB

RGB

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

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

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

R = 38.49%
G = 21.23%
B = 40.28%

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

#C26BCB (or 0xC26BCB) is known color: Medium Orchid. HEX triplet: C2, 6B and CB. RGB value is (194,107,203). Sum of RGB (Red+Green+Blue) = 194+107+203=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #C26BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BCB is #3D9434. Grayscale: #8F8F8F. Windows color (decimal): -4035637 or 13331394. OLE color: 13331394.

HSL color Cylindrical-coordinate representation of color #C26BCB: hue angle of 294.38º 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 #C26BCB is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 107 203 -
CMYK 0.04 0.47 0 0.20
HSL 294.38º 0.48% 0.61% -
HSV(B) 294.38º 0.47% 0.8% -
XYZ 38.29 26.3 59.56 -
YUV 143.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 194 107 203 0.04 0.47 0 0.20 294.38 0.48 0.61
Hex C2 6B CB 4 2F 0 14 126 30 3D
Octal 302 153 313 4 57 0 24 446 60 75
Binary 11000010 1101011 11001011 100 101111 0 10100 100100110 110000 111101

Color Harmonies of #C26BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26BCB

Black with #C26BCB

Text Example


Text Example

White with #C26BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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