Html Css Color HEX #C0CAF3 Periwinkle

📋 copy color: '#C0CAF3'

red 192 ◦ green 202 ◦ blue 243

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

Shades of Periwinkle #C0CAF3

Tints of Periwinkle #C0CAF3

RGB

 RED value IS 192 (75.39% from 255) = 30.14%

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

 BLUE value IS 243 (95.31% from 255) = 38.15%

R = 30.14%
G = 31.71%
B = 38.15%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0CAF3 (or 0xC0CAF3) is known color: Periwinkle. HEX triplet: C0, CA and F3. RGB value is (192,202,243). Sum of RGB (Red+Green+Blue) = 192+202+243=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0CAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAF3 is #3F350C. Grayscale: #CBCBCB. Windows color (decimal): -4142349 or 15977152. OLE color: 15977152.

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

Color convert

RGB 192 202 243 -
CMYK 0.21 0.17 0 0.05
HSL 228.24º 0.68% 0.85% -
HSV(B) 228.24º 0.21% 0.95% -
XYZ 59.04 59.92 93.25 -
YUV 203.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 192 202 243 0.21 0.17 0 0.05 228.24 0.68 0.85
Hex C0 CA F3 15 11 0 5 E4 44 55
Octal 300 312 363 25 21 0 5 344 104 125
Binary 11000000 11001010 11110011 10101 10001 0 101 11100100 1000100 1010101

Color Harmonies of #C0CAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CAF3

Black with #C0CAF3

Text Example


Text Example

White with #C0CAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CAF3; }

 p { color: rgb(192,202,243); }

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

background-color css

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

 a { background-color: rgb(192,202,243); }

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

border-color css

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

 span { border-color: rgb(192,202,243); }

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