Html Css Color HEX #C0C9F3 Periwinkle

📋 copy color: '#C0C9F3'

red 192 ◦ green 201 ◦ blue 243

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

Shades of Periwinkle #C0C9F3

Tints of Periwinkle #C0C9F3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.6%

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

R = 30.19%
G = 31.6%
B = 38.21%

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

#C0C9F3 (or 0xC0C9F3) is known color: Periwinkle. HEX triplet: C0, C9 and F3. RGB value is (192,201,243). Sum of RGB (Red+Green+Blue) = 192+201+243=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0C9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C9F3 is #3F360C. Grayscale: #CACACA. Windows color (decimal): -4142605 or 15976896. OLE color: 15976896.

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

Color convert

RGB 192 201 243 -
CMYK 0.21 0.17 0 0.05
HSL 229.41º 0.68% 0.85% -
HSV(B) 229.41º 0.21% 0.95% -
XYZ 58.8 59.45 93.17 -
YUV 203.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 192 201 243 0.21 0.17 0 0.05 229.41 0.68 0.85
Hex C0 C9 F3 15 11 0 5 E5 44 55
Octal 300 311 363 25 21 0 5 345 104 125
Binary 11000000 11001001 11110011 10101 10001 0 101 11100101 1000100 1010101

Color Harmonies of #C0C9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C9F3

Black with #C0C9F3

Text Example


Text Example

White with #C0C9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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