Html Css Color HEX #CB64E0 Medium Orchid

📋 copy color: '#CB64E0'

red 203 ◦ green 100 ◦ blue 224

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

Shades of Medium Orchid #CB64E0

Tints of Medium Orchid #CB64E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.5%

R = 38.52%
G = 18.98%
B = 42.5%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB64E0 (or 0xCB64E0) is known color: Medium Orchid. HEX triplet: CB, 64 and E0. RGB value is (203,100,224). Sum of RGB (Red+Green+Blue) = 203+100+224=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB64E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64E0 is #349B1F. Grayscale: #909090. Windows color (decimal): -3447584 or 14705867. OLE color: 14705867.

HSL color Cylindrical-coordinate representation of color #CB64E0: hue angle of 289.84º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB64E0 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 100 224 -
CMYK 0.09 0.55 0 0.12
HSL 289.84º 0.67% 0.64% -
HSV(B) 289.84º 0.55% 0.88% -
XYZ 42.64 27.19 73.52 -
YUV 144.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 203 100 224 0.09 0.55 0 0.12 289.84 0.67 0.64
Hex CB 64 E0 9 37 0 C 122 43 40
Octal 313 144 340 11 67 0 14 442 103 100
Binary 11001011 1100100 11100000 1001 110111 0 1100 100100010 1000011 1000000

Color Harmonies of #CB64E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB64E0

Black with #CB64E0

Text Example


Text Example

White with #CB64E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB64E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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