Html Css Color HEX #CB85F9 Heliotrope

📋 copy color: '#CB85F9'

red 203 ◦ green 133 ◦ blue 249

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

Shades of Heliotrope #CB85F9

Tints of Heliotrope #CB85F9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.74%

 BLUE value IS 249 (97.66% from 255) = 42.56%

R = 34.7%
G = 22.74%
B = 42.56%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB85F9 (or 0xCB85F9) is known color: Heliotrope. HEX triplet: CB, 85 and F9. RGB value is (203,133,249). Sum of RGB (Red+Green+Blue) = 203+133+249=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB85F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85F9 is #347A06. Grayscale: #A6A6A6. Windows color (decimal): -3439111 or 16352715. OLE color: 16352715.

HSL color Cylindrical-coordinate representation of color #CB85F9: hue angle of 276.21º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB85F9 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 133 249 -
CMYK 0.18 0.47 0 0.02
HSL 276.21º 0.91% 0.75% -
HSV(B) 276.21º 0.47% 0.98% -
XYZ 50.12 36.31 93.99 -
YUV 167.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 203 133 249 0.18 0.47 0 0.02 276.21 0.91 0.75
Hex CB 85 F9 12 2F 0 2 114 5B 4B
Octal 313 205 371 22 57 0 2 424 133 113
Binary 11001011 10000101 11111001 10010 101111 0 10 100010100 1011011 1001011

Color Harmonies of #CB85F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85F9

Black with #CB85F9

Text Example


Text Example

White with #CB85F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85F9; }

 p { color: rgb(203,133,249); }

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

background-color css

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

 a { background-color: rgb(203,133,249); }

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

border-color css

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

 span { border-color: rgb(203,133,249); }

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