Html Css Color HEX #CB6FFD Heliotrope

📋 copy color: '#CB6FFD'

red 203 ◦ green 111 ◦ blue 253

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

Shades of Heliotrope #CB6FFD

Tints of Heliotrope #CB6FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.58%

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

R = 35.8%
G = 19.58%
B = 44.62%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB6FFD (or 0xCB6FFD) is known color: Heliotrope. HEX triplet: CB, 6F and FD. RGB value is (203,111,253). Sum of RGB (Red+Green+Blue) = 203+111+253=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB6FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6FFD is #349002. Grayscale: #9A9A9A. Windows color (decimal): -3444739 or 16609227. OLE color: 16609227.

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

Color convert

RGB 203 111 253 -
CMYK 0.20 0.56 0 0.01
HSL 278.87º 0.97% 0.71% -
HSV(B) 278.87º 0.56% 0.99% -
XYZ 48.04 31.16 96.41 -
YUV 154.7 183.48 162.45 -
System Red Green Blue C M Y K H S L
Decimal 203 111 253 0.20 0.56 0 0.01 278.87 0.97 0.71
Hex CB 6F FD 14 38 0 1 117 61 47
Octal 313 157 375 24 70 0 1 427 141 107
Binary 11001011 1101111 11111101 10100 111000 0 1 100010111 1100001 1000111

Color Harmonies of #CB6FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FFD

Black with #CB6FFD

Text Example


Text Example

White with #CB6FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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