Html Css Color HEX #C26CCC Medium Orchid

📋 copy color: '#C26CCC'

red 194 ◦ green 108 ◦ blue 204

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

Shades of Medium Orchid #C26CCC

Tints of Medium Orchid #C26CCC

RGB

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

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

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

R = 38.34%
G = 21.34%
B = 40.32%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C26CCC (or 0xC26CCC) is known color: Medium Orchid. HEX triplet: C2, 6C and CC. RGB value is (194,108,204). Sum of RGB (Red+Green+Blue) = 194+108+204=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #C26CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CCC is #3D9333. Grayscale: #909090. Windows color (decimal): -4035380 or 13397186. OLE color: 13397186.

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

Color convert

RGB 194 108 204 -
CMYK 0.05 0.47 0 0.2
HSL 293.75º 0.48% 0.61% -
HSV(B) 293.75º 0.47% 0.8% -
XYZ 38.51 26.55 60.22 -
YUV 144.66 161.49 163.19 -
System Red Green Blue C M Y K H S L
Decimal 194 108 204 0.05 0.47 0 0.2 293.75 0.48 0.61
Hex C2 6C CC 5 2F 0 14 126 30 3D
Octal 302 154 314 5 57 0 24 446 60 75
Binary 11000010 1101100 11001100 101 101111 0 10100 100100110 110000 111101

Color Harmonies of #C26CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26CCC

Black with #C26CCC

Text Example


Text Example

White with #C26CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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