Html Css Color HEX #CB7CFD Heliotrope

📋 copy color: '#CB7CFD'

red 203 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #CB7CFD

Tints of Heliotrope #CB7CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.38%

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

R = 35%
G = 21.38%
B = 43.62%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB7CFD (or 0xCB7CFD) is known color: Heliotrope. HEX triplet: CB, 7C and FD. RGB value is (203,124,253). Sum of RGB (Red+Green+Blue) = 203+124+253=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7CFD is #348302. Grayscale: #A1A1A1. Windows color (decimal): -3441411 or 16612555. OLE color: 16612555.

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

Color convert

RGB 203 124 253 -
CMYK 0.20 0.51 0 0.01
HSL 276.74º 0.97% 0.74% -
HSV(B) 276.74º 0.51% 0.99% -
XYZ 49.57 34.2 96.92 -
YUV 162.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 203 124 253 0.20 0.51 0 0.01 276.74 0.97 0.74
Hex CB 7C FD 14 33 0 1 115 61 4A
Octal 313 174 375 24 63 0 1 425 141 112
Binary 11001011 1111100 11111101 10100 110011 0 1 100010101 1100001 1001010

Color Harmonies of #CB7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7CFD

Black with #CB7CFD

Text Example


Text Example

White with #CB7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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