Html Css Color HEX #C965E7 Medium Orchid

📋 copy color: '#C965E7'

red 201 ◦ green 101 ◦ blue 231

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

Shades of Medium Orchid #C965E7

Tints of Medium Orchid #C965E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.34%

R = 37.71%
G = 18.95%
B = 43.34%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C965E7 (or 0xC965E7) is known color: Medium Orchid. HEX triplet: C9, 65 and E7. RGB value is (201,101,231). Sum of RGB (Red+Green+Blue) = 201+101+231=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #C965E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C965E7 is #369A18. Grayscale: #919191. Windows color (decimal): -3578393 or 15164873. OLE color: 15164873.

HSL color Cylindrical-coordinate representation of color #C965E7: hue angle of 286.15º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C965E7 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 101 231 -
CMYK 0.13 0.56 0 0.09
HSL 286.15º 0.73% 0.65% -
HSV(B) 286.15º 0.56% 0.91% -
XYZ 43.16 27.49 78.63 -
YUV 145.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 201 101 231 0.13 0.56 0 0.09 286.15 0.73 0.65
Hex C9 65 E7 D 38 0 9 11E 49 41
Octal 311 145 347 15 70 0 11 436 111 101
Binary 11001001 1100101 11100111 1101 111000 0 1001 100011110 1001001 1000001

Color Harmonies of #C965E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965E7

Black with #C965E7

Text Example


Text Example

White with #C965E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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