Html Css Color HEX #C0CAF2 Periwinkle

📋 copy color: '#C0CAF2'

red 192 ◦ green 202 ◦ blue 242

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

Shades of Periwinkle #C0CAF2

Tints of Periwinkle #C0CAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.05%

R = 30.19%
G = 31.76%
B = 38.05%

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

#C0CAF2 (or 0xC0CAF2) is known color: Periwinkle. HEX triplet: C0, CA and F2. RGB value is (192,202,242). Sum of RGB (Red+Green+Blue) = 192+202+242=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0CAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAF2 is #3F350D. Grayscale: #CBCBCB. Windows color (decimal): -4142350 or 15911616. OLE color: 15911616.

HSL color Cylindrical-coordinate representation of color #C0CAF2: hue angle of 228º degrees, saturation: 0.66, 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 #C0CAF2 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 202 242 -
CMYK 0.21 0.17 0 0.05
HSL 228º 0.66% 0.85% -
HSV(B) 228º 0.21% 0.95% -
XYZ 58.89 59.86 92.45 -
YUV 203.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 192 202 242 0.21 0.17 0 0.05 228 0.66 0.85
Hex C0 CA F2 15 11 0 5 E4 42 55
Octal 300 312 362 25 21 0 5 344 102 125
Binary 11000000 11001010 11110010 10101 10001 0 101 11100100 1000010 1010101

Color Harmonies of #C0CAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CAF2

Black with #C0CAF2

Text Example


Text Example

White with #C0CAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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