Html Css Color HEX #CB93DA Wisteria

📋 copy color: '#CB93DA'

red 203 ◦ green 147 ◦ blue 218

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

Shades of Wisteria #CB93DA

Tints of Wisteria #CB93DA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.88%

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 35.74%
G = 25.88%
B = 38.38%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB93DA (or 0xCB93DA) is known color: Wisteria. HEX triplet: CB, 93 and DA. RGB value is (203,147,218). Sum of RGB (Red+Green+Blue) = 203+147+218=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93DA is #346C25. Grayscale: #ABABAB. Windows color (decimal): -3435558 or 14324683. OLE color: 14324683.

HSL color Cylindrical-coordinate representation of color #CB93DA: hue angle of 287.32º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB93DA is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 147 218 -
CMYK 0.07 0.33 0 0.15
HSL 287.32º 0.49% 0.72% -
HSV(B) 287.32º 0.33% 0.85% -
XYZ 47.72 38.63 71.27 -
YUV 171.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 203 147 218 0.07 0.33 0 0.15 287.32 0.49 0.72
Hex CB 93 DA 7 21 0 F 11F 31 48
Octal 313 223 332 7 41 0 17 437 61 110
Binary 11001011 10010011 11011010 111 100001 0 1111 100011111 110001 1001000

Color Harmonies of #CB93DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB93DA

Black with #CB93DA

Text Example


Text Example

White with #CB93DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB93DA; }

 p { color: rgb(203,147,218); }

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

background-color css

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

 a { background-color: rgb(203,147,218); }

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

border-color css

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

 span { border-color: rgb(203,147,218); }

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