Html Css Color HEX #CB61ED Heliotrope

📋 copy color: '#CB61ED'

red 203 ◦ green 97 ◦ blue 237

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

Shades of Heliotrope #CB61ED

Tints of Heliotrope #CB61ED

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.06%

 BLUE value IS 237 (92.97% from 255) = 44.13%

R = 37.8%
G = 18.06%
B = 44.13%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB61ED (or 0xCB61ED) is known color: Heliotrope. HEX triplet: CB, 61 and ED. RGB value is (203,97,237). Sum of RGB (Red+Green+Blue) = 203+97+237=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB61ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB61ED is #349E12. Grayscale: #909090. Windows color (decimal): -3448339 or 15557067. OLE color: 15557067.

HSL color Cylindrical-coordinate representation of color #CB61ED: hue angle of 285.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB61ED is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 97 237 -
CMYK 0.14 0.59 0 0.07
HSL 285.43º 0.8% 0.65% -
HSV(B) 285.43º 0.59% 0.93% -
XYZ 44.19 27.36 83.07 -
YUV 144.65 180.12 169.62 -
System Red Green Blue C M Y K H S L
Decimal 203 97 237 0.14 0.59 0 0.07 285.43 0.8 0.65
Hex CB 61 ED E 3B 0 7 11D 50 41
Octal 313 141 355 16 73 0 7 435 120 101
Binary 11001011 1100001 11101101 1110 111011 0 111 100011101 1010000 1000001

Color Harmonies of #CB61ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61ED

Black with #CB61ED

Text Example


Text Example

White with #CB61ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61ED; }

 p { color: rgb(203,97,237); }

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

background-color css

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

 a { background-color: rgb(203,97,237); }

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

border-color css

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

 span { border-color: rgb(203,97,237); }

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