Html Css Color HEX #CD83F2 Heliotrope

📋 copy color: '#CD83F2'

red 205 ◦ green 131 ◦ blue 242

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

Shades of Heliotrope #CD83F2

Tints of Heliotrope #CD83F2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.66%

 BLUE value IS 242 (94.92% from 255) = 41.87%

R = 35.47%
G = 22.66%
B = 41.87%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CD83F2 (or 0xCD83F2) is known color: Heliotrope. HEX triplet: CD, 83 and F2. RGB value is (205,131,242). Sum of RGB (Red+Green+Blue) = 205+131+242=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 131 (51.56% from 255 or 22.66% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD83F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD83F2 is #327C0D. Grayscale: #A5A5A5. Windows color (decimal): -3308558 or 15893453. OLE color: 15893453.

HSL color Cylindrical-coordinate representation of color #CD83F2: hue angle of 280º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD83F2 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 131 242 -
CMYK 0.15 0.46 0 0.05
HSL 280º 0.81% 0.73% -
HSV(B) 280º 0.46% 0.95% -
XYZ 49.32 35.62 88.28 -
YUV 165.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 205 131 242 0.15 0.46 0 0.05 280 0.81 0.73
Hex CD 83 F2 F 2E 0 5 118 51 49
Octal 315 203 362 17 56 0 5 430 121 111
Binary 11001101 10000011 11110010 1111 101110 0 101 100011000 1010001 1001001

Color Harmonies of #CD83F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD83F2

Black with #CD83F2

Text Example


Text Example

White with #CD83F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD83F2; }

 p { color: rgb(205,131,242); }

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

background-color css

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

 a { background-color: rgb(205,131,242); }

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

border-color css

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

 span { border-color: rgb(205,131,242); }

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