Html Css Color HEX #C26CCD Medium Orchid

📋 copy color: '#C26CCD'

red 194 ◦ green 108 ◦ blue 205

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

Shades of Medium Orchid #C26CCD

Tints of Medium Orchid #C26CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.43%

R = 38.26%
G = 21.3%
B = 40.43%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C26CCD (or 0xC26CCD) is known color: Medium Orchid. HEX triplet: C2, 6C and CD. RGB value is (194,108,205). Sum of RGB (Red+Green+Blue) = 194+108+205=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #C26CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CCD is #3D9332. Grayscale: #909090. Windows color (decimal): -4035379 or 13462722. OLE color: 13462722.

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

Color convert

RGB 194 108 205 -
CMYK 0.05 0.47 0 0.20
HSL 293.2º 0.49% 0.61% -
HSV(B) 293.2º 0.47% 0.8% -
XYZ 38.63 26.6 60.86 -
YUV 144.77 161.99 163.11 -
System Red Green Blue C M Y K H S L
Decimal 194 108 205 0.05 0.47 0 0.20 293.2 0.49 0.61
Hex C2 6C CD 5 2F 0 14 125 31 3D
Octal 302 154 315 5 57 0 24 445 61 75
Binary 11000010 1101100 11001101 101 101111 0 10100 100100101 110001 111101

Color Harmonies of #C26CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26CCD

Black with #C26CCD

Text Example


Text Example

White with #C26CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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