Html Css Color HEX #CB65E7 Medium Orchid

📋 copy color: '#CB65E7'

red 203 ◦ green 101 ◦ blue 231

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

Shades of Medium Orchid #CB65E7

Tints of Medium Orchid #CB65E7

RGB

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

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

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

R = 37.94%
G = 18.88%
B = 43.18%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB65E7 (or 0xCB65E7) is known color: Medium Orchid. HEX triplet: CB, 65 and E7. RGB value is (203,101,231). Sum of RGB (Red+Green+Blue) = 203+101+231=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB65E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB65E7 is #349A18. Grayscale: #919191. Windows color (decimal): -3447321 or 15164875. OLE color: 15164875.

HSL color Cylindrical-coordinate representation of color #CB65E7: hue angle of 287.08º 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 #CB65E7 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 101 231 -
CMYK 0.12 0.56 0 0.09
HSL 287.08º 0.73% 0.65% -
HSV(B) 287.08º 0.56% 0.91% -
XYZ 43.71 27.77 78.66 -
YUV 146.32 175.79 168.43 -
System Red Green Blue C M Y K H S L
Decimal 203 101 231 0.12 0.56 0 0.09 287.08 0.73 0.65
Hex CB 65 E7 C 38 0 9 11F 49 41
Octal 313 145 347 14 70 0 11 437 111 101
Binary 11001011 1100101 11100111 1100 111000 0 1001 100011111 1001001 1000001

Color Harmonies of #CB65E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB65E7

Black with #CB65E7

Text Example


Text Example

White with #CB65E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB65E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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