Html Css Color HEX #CB65FA Heliotrope

📋 copy color: '#CB65FA'

red 203 ◦ green 101 ◦ blue 250

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

Shades of Heliotrope #CB65FA

Tints of Heliotrope #CB65FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.13%

R = 36.64%
G = 18.23%
B = 45.13%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB65FA (or 0xCB65FA) is known color: Heliotrope. HEX triplet: CB, 65 and FA. RGB value is (203,101,250). Sum of RGB (Red+Green+Blue) = 203+101+250=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB65FA is #349A05. Grayscale: #939393. Windows color (decimal): -3447302 or 16410059. OLE color: 16410059.

HSL color Cylindrical-coordinate representation of color #CB65FA: hue angle of 281.07º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB65FA is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 101 250 -
CMYK 0.19 0.60 0 0.02
HSL 281.07º 0.94% 0.69% -
HSV(B) 281.07º 0.6% 0.98% -
XYZ 46.54 28.91 93.57 -
YUV 148.48 185.29 166.88 -
System Red Green Blue C M Y K H S L
Decimal 203 101 250 0.19 0.60 0 0.02 281.07 0.94 0.69
Hex CB 65 FA 13 3C 0 2 119 5E 45
Octal 313 145 372 23 74 0 2 431 136 105
Binary 11001011 1100101 11111010 10011 111100 0 10 100011001 1011110 1000101

Color Harmonies of #CB65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB65FA

Black with #CB65FA

Text Example


Text Example

White with #CB65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB65FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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