Html Css Color HEX #CB85FD Heliotrope

📋 copy color: '#CB85FD'

red 203 ◦ green 133 ◦ blue 253

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

Shades of Heliotrope #CB85FD

Tints of Heliotrope #CB85FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.95%

R = 34.47%
G = 22.58%
B = 42.95%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB85FD (or 0xCB85FD) is known color: Heliotrope. HEX triplet: CB, 85 and FD. RGB value is (203,133,253). Sum of RGB (Red+Green+Blue) = 203+133+253=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB85FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85FD is #347A02. Grayscale: #A7A7A7. Windows color (decimal): -3439107 or 16614859. OLE color: 16614859.

HSL color Cylindrical-coordinate representation of color #CB85FD: hue angle of 275º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB85FD is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 133 253 -
CMYK 0.20 0.47 0 0.01
HSL 275º 0.97% 0.76% -
HSV(B) 275º 0.47% 0.99% -
XYZ 50.75 36.56 97.31 -
YUV 167.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 203 133 253 0.20 0.47 0 0.01 275 0.97 0.76
Hex CB 85 FD 14 2F 0 1 113 61 4C
Octal 313 205 375 24 57 0 1 423 141 114
Binary 11001011 10000101 11111101 10100 101111 0 1 100010011 1100001 1001100

Color Harmonies of #CB85FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85FD

Black with #CB85FD

Text Example


Text Example

White with #CB85FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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