Html Css Color HEX #C3CAF1 Periwinkle

📋 copy color: '#C3CAF1'

red 195 ◦ green 202 ◦ blue 241

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

Shades of Periwinkle #C3CAF1

Tints of Periwinkle #C3CAF1

RGB

 RED value IS 195 (76.56% from 255) = 30.56%

 GREEN value IS 202 (79.3% from 255) = 31.66%

 BLUE value IS 241 (94.53% from 255) = 37.77%

R = 30.56%
G = 31.66%
B = 37.77%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C3CAF1 (or 0xC3CAF1) is known color: Periwinkle. HEX triplet: C3, CA and F1. RGB value is (195,202,241). Sum of RGB (Red+Green+Blue) = 195+202+241=638 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.56% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3CAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CAF1 is #3C350E. Grayscale: #CCCCCC. Windows color (decimal): -3945743 or 15846083. OLE color: 15846083.

HSL color Cylindrical-coordinate representation of color #C3CAF1: hue angle of 230.87º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3CAF1 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 202 241 -
CMYK 0.19 0.16 0 0.05
HSL 230.87º 0.62% 0.85% -
HSV(B) 230.87º 0.19% 0.95% -
XYZ 59.5 60.19 91.7 -
YUV 204.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 195 202 241 0.19 0.16 0 0.05 230.87 0.62 0.85
Hex C3 CA F1 13 10 0 5 E7 3E 55
Octal 303 312 361 23 20 0 5 347 76 125
Binary 11000011 11001010 11110001 10011 10000 0 101 11100111 111110 1010101

Color Harmonies of #C3CAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CAF1

Black with #C3CAF1

Text Example


Text Example

White with #C3CAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CAF1; }

 p { color: rgb(195,202,241); }

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

background-color css

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

 a { background-color: rgb(195,202,241); }

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

border-color css

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

 span { border-color: rgb(195,202,241); }

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