Html Css Color HEX #C965E4 Medium Orchid

📋 copy color: '#C965E4'

red 201 ◦ green 101 ◦ blue 228

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

Shades of Medium Orchid #C965E4

Tints of Medium Orchid #C965E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.02%

R = 37.92%
G = 19.06%
B = 43.02%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C965E4 (or 0xC965E4) is known color: Medium Orchid. HEX triplet: C9, 65 and E4. RGB value is (201,101,228). Sum of RGB (Red+Green+Blue) = 201+101+228=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 228 - color contains mainly: blue. Hex color #C965E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965E4 is #369A1B. Grayscale: #909090. Windows color (decimal): -3578396 or 14968265. OLE color: 14968265.

HSL color Cylindrical-coordinate representation of color #C965E4: hue angle of 287.24º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C965E4 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 101 228 -
CMYK 0.12 0.56 0 0.11
HSL 287.24º 0.7% 0.65% -
HSV(B) 287.24º 0.56% 0.89% -
XYZ 42.74 27.33 76.42 -
YUV 145.38 174.63 167.67 -
System Red Green Blue C M Y K H S L
Decimal 201 101 228 0.12 0.56 0 0.11 287.24 0.7 0.65
Hex C9 65 E4 C 38 0 B 11F 46 41
Octal 311 145 344 14 70 0 13 437 106 101
Binary 11001001 1100101 11100100 1100 111000 0 1011 100011111 1000110 1000001

Color Harmonies of #C965E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965E4

Black with #C965E4

Text Example


Text Example

White with #C965E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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