Html Css Color HEX #CD68EE Heliotrope

📋 copy color: '#CD68EE'

red 205 ◦ green 104 ◦ blue 238

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

Shades of Heliotrope #CD68EE

Tints of Heliotrope #CD68EE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.01%

 BLUE value IS 238 (93.36% from 255) = 43.51%

R = 37.48%
G = 19.01%
B = 43.51%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD68EE (or 0xCD68EE) is known color: Heliotrope. HEX triplet: CD, 68 and EE. RGB value is (205,104,238). Sum of RGB (Red+Green+Blue) = 205+104+238=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD68EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD68EE is #329711. Grayscale: #959595. Windows color (decimal): -3315474 or 15624397. OLE color: 15624397.

HSL color Cylindrical-coordinate representation of color #CD68EE: hue angle of 285.22º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD68EE is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 104 238 -
CMYK 0.14 0.56 0 0.07
HSL 285.22º 0.8% 0.67% -
HSV(B) 285.22º 0.56% 0.93% -
XYZ 45.56 29.05 84.1 -
YUV 149.48 177.96 167.6 -
System Red Green Blue C M Y K H S L
Decimal 205 104 238 0.14 0.56 0 0.07 285.22 0.8 0.67
Hex CD 68 EE E 38 0 7 11D 50 43
Octal 315 150 356 16 70 0 7 435 120 103
Binary 11001101 1101000 11101110 1110 111000 0 111 100011101 1010000 1000011

Color Harmonies of #CD68EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD68EE

Black with #CD68EE

Text Example


Text Example

White with #CD68EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD68EE; }

 p { color: rgb(205,104,238); }

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

background-color css

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

 a { background-color: rgb(205,104,238); }

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

border-color css

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

 span { border-color: rgb(205,104,238); }

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