Html Css Color HEX #C88CFA Wisteria

📋 copy color: '#C88CFA'

red 200 ◦ green 140 ◦ blue 250

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

Shades of Wisteria #C88CFA

Tints of Wisteria #C88CFA

RGB

 RED value IS 200 (78.52% from 255) = 33.9%

 GREEN value IS 140 (55.08% from 255) = 23.73%

 BLUE value IS 250 (98.05% from 255) = 42.37%

R = 33.9%
G = 23.73%
B = 42.37%

CMYK

 C value IS 0.2

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C88CFA (or 0xC88CFA) is known color: Wisteria. HEX triplet: C8, 8C and FA. RGB value is (200,140,250). Sum of RGB (Red+Green+Blue) = 200+140+250=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #C88CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88CFA is #377305. Grayscale: #AAAAAA. Windows color (decimal): -3633926 or 16420040. OLE color: 16420040.

HSL color Cylindrical-coordinate representation of color #C88CFA: hue angle of 272.73º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C88CFA is Cyan = 0.2, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 140 250 -
CMYK 0.2 0.44 0 0.02
HSL 272.73º 0.92% 0.76% -
HSV(B) 272.73º 0.44% 0.98% -
XYZ 50.45 37.94 95.11 -
YUV 170.48 172.88 149.06 -
System Red Green Blue C M Y K H S L
Decimal 200 140 250 0.2 0.44 0 0.02 272.73 0.92 0.76
Hex C8 8C FA 14 2C 0 2 111 5C 4C
Octal 310 214 372 24 54 0 2 421 134 114
Binary 11001000 10001100 11111010 10100 101100 0 10 100010001 1011100 1001100

Color Harmonies of #C88CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88CFA

Black with #C88CFA

Text Example


Text Example

White with #C88CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88CFA; }

 p { color: rgb(200,140,250); }

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

background-color css

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

 a { background-color: rgb(200,140,250); }

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

border-color css

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

 span { border-color: rgb(200,140,250); }

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