Html Css Color HEX #CB61FF Heliotrope

📋 copy color: '#CB61FF'

red 203 ◦ green 97 ◦ blue 255

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

Shades of Heliotrope #CB61FF

Tints of Heliotrope #CB61FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.95%

R = 36.58%
G = 17.48%
B = 45.95%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB61FF (or 0xCB61FF) is known color: Heliotrope. HEX triplet: CB, 61 and FF. RGB value is (203,97,255). Sum of RGB (Red+Green+Blue) = 203+97+255=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 97 (38.28% from 255 or 17.48% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB61FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB61FF is #349E00. Grayscale: #929292. Windows color (decimal): -3448321 or 16736715. OLE color: 16736715.

HSL color Cylindrical-coordinate representation of color #CB61FF: hue angle of 280.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB61FF is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 203 97 255 -
CMYK 0.20 0.62 0 0
HSL 280.25º 1% 0.69% -
HSV(B) 280.25º 0.62% 1% -
XYZ 46.95 28.47 97.63 -
YUV 146.71 189.12 168.15 -
System Red Green Blue C M Y K H S L
Decimal 203 97 255 0.20 0.62 0 0 280.25 1 0.69
Hex CB 61 FF 14 3E 0 0 118 64 45
Octal 313 141 377 24 76 0 0 430 144 105
Binary 11001011 1100001 11111111 10100 111110 0 0 100011000 1100100 1000101

Color Harmonies of #CB61FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61FF

Black with #CB61FF

Text Example


Text Example

White with #CB61FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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