Html Css Color HEX #C26BDD Medium Orchid

📋 copy color: '#C26BDD'

red 194 ◦ green 107 ◦ blue 221

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

Shades of Medium Orchid #C26BDD

Tints of Medium Orchid #C26BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 37.16%
G = 20.5%
B = 42.34%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C26BDD (or 0xC26BDD) is known color: Medium Orchid. HEX triplet: C2, 6B and DD. RGB value is (194,107,221). Sum of RGB (Red+Green+Blue) = 194+107+221=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #C26BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BDD is #3D9422. Grayscale: #919191. Windows color (decimal): -4035619 or 14511042. OLE color: 14511042.

HSL color Cylindrical-coordinate representation of color #C26BDD: hue angle of 285.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C26BDD is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 107 221 -
CMYK 0.12 0.52 0 0.13
HSL 285.79º 0.63% 0.64% -
HSV(B) 285.79º 0.52% 0.87% -
XYZ 40.56 27.21 71.52 -
YUV 146.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 194 107 221 0.12 0.52 0 0.13 285.79 0.63 0.64
Hex C2 6B DD C 34 0 D 11E 3F 40
Octal 302 153 335 14 64 0 15 436 77 100
Binary 11000010 1101011 11011101 1100 110100 0 1101 100011110 111111 1000000

Color Harmonies of #C26BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26BDD

Black with #C26BDD

Text Example


Text Example

White with #C26BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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