Html Css Color HEX #CD6FFB Heliotrope

📋 copy color: '#CD6FFB'

red 205 ◦ green 111 ◦ blue 251

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

Shades of Heliotrope #CD6FFB

Tints of Heliotrope #CD6FFB

RGB

 RED value IS 205 (80.47% from 255) = 36.16%

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

 BLUE value IS 251 (98.44% from 255) = 44.27%

R = 36.16%
G = 19.58%
B = 44.27%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CD6FFB (or 0xCD6FFB) is known color: Heliotrope. HEX triplet: CD, 6F and FB. RGB value is (205,111,251). Sum of RGB (Red+Green+Blue) = 205+111+251=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #CD6FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6FFB is #329004. Grayscale: #9A9A9A. Windows color (decimal): -3313669 or 16478157. OLE color: 16478157.

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

Color convert

RGB 205 111 251 -
CMYK 0.18 0.56 0 0.02
HSL 280.29º 0.95% 0.71% -
HSV(B) 280.29º 0.56% 0.98% -
XYZ 48.27 31.31 94.77 -
YUV 155.07 182.14 163.62 -
System Red Green Blue C M Y K H S L
Decimal 205 111 251 0.18 0.56 0 0.02 280.29 0.95 0.71
Hex CD 6F FB 12 38 0 2 118 5F 47
Octal 315 157 373 22 70 0 2 430 137 107
Binary 11001101 1101111 11111011 10010 111000 0 10 100011000 1011111 1000111

Color Harmonies of #CD6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6FFB

Black with #CD6FFB

Text Example


Text Example

White with #CD6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6FFB; }

 p { color: rgb(205,111,251); }

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

background-color css

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

 a { background-color: rgb(205,111,251); }

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

border-color css

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

 span { border-color: rgb(205,111,251); }

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