Html Css Color HEX #C965EB Medium Orchid

📋 copy color: '#C965EB'

red 201 ◦ green 101 ◦ blue 235

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

Shades of Medium Orchid #C965EB

Tints of Medium Orchid #C965EB

RGB

 RED value IS 201 (78.91% from 255) = 37.43%

 GREEN value IS 101 (39.84% from 255) = 18.81%

 BLUE value IS 235 (92.19% from 255) = 43.76%

R = 37.43%
G = 18.81%
B = 43.76%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C965EB (or 0xC965EB) is known color: Medium Orchid. HEX triplet: C9, 65 and EB. RGB value is (201,101,235). Sum of RGB (Red+Green+Blue) = 201+101+235=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #C965EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C965EB is #369A14. Grayscale: #919191. Windows color (decimal): -3578389 or 15427017. OLE color: 15427017.

HSL color Cylindrical-coordinate representation of color #C965EB: hue angle of 284.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C965EB is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 101 235 -
CMYK 0.14 0.57 0 0.08
HSL 284.78º 0.77% 0.66% -
HSV(B) 284.78º 0.57% 0.92% -
XYZ 43.74 27.72 81.64 -
YUV 146.18 178.13 167.1 -
System Red Green Blue C M Y K H S L
Decimal 201 101 235 0.14 0.57 0 0.08 284.78 0.77 0.66
Hex C9 65 EB E 39 0 8 11D 4D 42
Octal 311 145 353 16 71 0 10 435 115 102
Binary 11001001 1100101 11101011 1110 111001 0 1000 100011101 1001101 1000010

Color Harmonies of #C965EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965EB

Black with #C965EB

Text Example


Text Example

White with #C965EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965EB; }

 p { color: rgb(201,101,235); }

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

background-color css

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

 a { background-color: rgb(201,101,235); }

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

border-color css

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

 span { border-color: rgb(201,101,235); }

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