Html Css Color HEX #CB64DF Medium Orchid

📋 copy color: '#CB64DF'

red 203 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #CB64DF

Tints of Medium Orchid #CB64DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 38.59%
G = 19.01%
B = 42.4%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB64DF (or 0xCB64DF) is known color: Medium Orchid. HEX triplet: CB, 64 and DF. RGB value is (203,100,223). Sum of RGB (Red+Green+Blue) = 203+100+223=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB64DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64DF is #349B20. Grayscale: #909090. Windows color (decimal): -3447585 or 14640331. OLE color: 14640331.

HSL color Cylindrical-coordinate representation of color #CB64DF: hue angle of 290.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB64DF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 100 223 -
CMYK 0.09 0.55 0 0.13
HSL 290.24º 0.66% 0.63% -
HSV(B) 290.24º 0.55% 0.87% -
XYZ 42.51 27.14 72.81 -
YUV 144.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 203 100 223 0.09 0.55 0 0.13 290.24 0.66 0.63
Hex CB 64 DF 9 37 0 D 122 42 3F
Octal 313 144 337 11 67 0 15 442 102 77
Binary 11001011 1100100 11011111 1001 110111 0 1101 100100010 1000010 111111

Color Harmonies of #CB64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB64DF

Black with #CB64DF

Text Example


Text Example

White with #CB64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB64DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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