Html Css Color HEX #C0C8ED Periwinkle

📋 copy color: '#C0C8ED'

red 192 ◦ green 200 ◦ blue 237

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

Shades of Periwinkle #C0C8ED

Tints of Periwinkle #C0C8ED

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.8%

 BLUE value IS 237 (92.97% from 255) = 37.68%

R = 30.52%
G = 31.8%
B = 37.68%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0C8ED (or 0xC0C8ED) is known color: Periwinkle. HEX triplet: C0, C8 and ED. RGB value is (192,200,237). Sum of RGB (Red+Green+Blue) = 192+200+237=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0C8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C8ED is #3F3712. Grayscale: #C9C9C9. Windows color (decimal): -4142867 or 15583424. OLE color: 15583424.

HSL color Cylindrical-coordinate representation of color #C0C8ED: hue angle of 229.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0C8ED is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 200 237 -
CMYK 0.19 0.16 0 0.07
HSL 229.33º 0.56% 0.84% -
HSV(B) 229.33º 0.19% 0.93% -
XYZ 57.68 58.63 88.4 -
YUV 201.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 192 200 237 0.19 0.16 0 0.07 229.33 0.56 0.84
Hex C0 C8 ED 13 10 0 7 E5 38 54
Octal 300 310 355 23 20 0 7 345 70 124
Binary 11000000 11001000 11101101 10011 10000 0 111 11100101 111000 1010100

Color Harmonies of #C0C8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C8ED

Black with #C0C8ED

Text Example


Text Example

White with #C0C8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C8ED; }

 p { color: rgb(192,200,237); }

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

background-color css

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

 a { background-color: rgb(192,200,237); }

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

border-color css

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

 span { border-color: rgb(192,200,237); }

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