Html Css Color HEX #CB6BED Heliotrope

📋 copy color: '#CB6BED'

red 203 ◦ green 107 ◦ blue 237

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

Shades of Heliotrope #CB6BED

Tints of Heliotrope #CB6BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.56%

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 37.11%
G = 19.56%
B = 43.33%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB6BED (or 0xCB6BED) is known color: Heliotrope. HEX triplet: CB, 6B and ED. RGB value is (203,107,237). Sum of RGB (Red+Green+Blue) = 203+107+237=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB6BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6BED is #349412. Grayscale: #969696. Windows color (decimal): -3445779 or 15559627. OLE color: 15559627.

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

Color convert

RGB 203 107 237 -
CMYK 0.14 0.55 0 0.07
HSL 284.31º 0.78% 0.67% -
HSV(B) 284.31º 0.55% 0.93% -
XYZ 45.17 29.33 83.4 -
YUV 150.52 176.8 165.43 -
System Red Green Blue C M Y K H S L
Decimal 203 107 237 0.14 0.55 0 0.07 284.31 0.78 0.67
Hex CB 6B ED E 37 0 7 11C 4E 43
Octal 313 153 355 16 67 0 7 434 116 103
Binary 11001011 1101011 11101101 1110 110111 0 111 100011100 1001110 1000011

Color Harmonies of #CB6BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6BED

Black with #CB6BED

Text Example


Text Example

White with #CB6BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6BED; }

 p { color: rgb(203,107,237); }

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

background-color css

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

 a { background-color: rgb(203,107,237); }

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

border-color css

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

 span { border-color: rgb(203,107,237); }

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