Html Css Color HEX #CB68EE Heliotrope

📋 copy color: '#CB68EE'

red 203 ◦ green 104 ◦ blue 238

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

Shades of Heliotrope #CB68EE

Tints of Heliotrope #CB68EE

RGB

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

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

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

R = 37.25%
G = 19.08%
B = 43.67%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB68EE (or 0xCB68EE) is known color: Heliotrope. HEX triplet: CB, 68 and EE. RGB value is (203,104,238). Sum of RGB (Red+Green+Blue) = 203+104+238=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB68EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB68EE is #349711. Grayscale: #949494. Windows color (decimal): -3446546 or 15624395. OLE color: 15624395.

HSL color Cylindrical-coordinate representation of color #CB68EE: hue angle of 284.33º 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 #CB68EE is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 104 238 -
CMYK 0.15 0.56 0 0.07
HSL 284.33º 0.8% 0.67% -
HSV(B) 284.33º 0.56% 0.93% -
XYZ 45.01 28.77 84.07 -
YUV 148.88 178.3 166.6 -
System Red Green Blue C M Y K H S L
Decimal 203 104 238 0.15 0.56 0 0.07 284.33 0.8 0.67
Hex CB 68 EE F 38 0 7 11C 50 43
Octal 313 150 356 17 70 0 7 434 120 103
Binary 11001011 1101000 11101110 1111 111000 0 111 100011100 1010000 1000011

Color Harmonies of #CB68EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB68EE

Black with #CB68EE

Text Example


Text Example

White with #CB68EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB68EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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