Html Css Color HEX #CB64EA Medium Orchid

📋 copy color: '#CB64EA'

red 203 ◦ green 100 ◦ blue 234

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

Shades of Medium Orchid #CB64EA

Tints of Medium Orchid #CB64EA

RGB

 RED value IS 203 (79.69% from 255) = 37.8%

 GREEN value IS 100 (39.45% from 255) = 18.62%

 BLUE value IS 234 (91.8% from 255) = 43.58%

R = 37.8%
G = 18.62%
B = 43.58%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB64EA (or 0xCB64EA) is known color: Medium Orchid. HEX triplet: CB, 64 and EA. RGB value is (203,100,234). Sum of RGB (Red+Green+Blue) = 203+100+234=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB64EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB64EA is #349B15. Grayscale: #919191. Windows color (decimal): -3447574 or 15361227. OLE color: 15361227.

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

Color convert

RGB 203 100 234 -
CMYK 0.13 0.57 0 0.08
HSL 286.12º 0.76% 0.65% -
HSV(B) 286.12º 0.57% 0.92% -
XYZ 44.04 27.75 80.88 -
YUV 146.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 203 100 234 0.13 0.57 0 0.08 286.12 0.76 0.65
Hex CB 64 EA D 39 0 8 11E 4C 41
Octal 313 144 352 15 71 0 10 436 114 101
Binary 11001011 1100100 11101010 1101 111001 0 1000 100011110 1001100 1000001

Color Harmonies of #CB64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB64EA

Black with #CB64EA

Text Example


Text Example

White with #CB64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB64EA; }

 p { color: rgb(203,100,234); }

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

background-color css

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

 a { background-color: rgb(203,100,234); }

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

border-color css

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

 span { border-color: rgb(203,100,234); }

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