Html Css Color HEX #C0C7EF Periwinkle

📋 copy color: '#C0C7EF'

red 192 ◦ green 199 ◦ blue 239

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

Shades of Periwinkle #C0C7EF

Tints of Periwinkle #C0C7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.59%

 BLUE value IS 239 (93.75% from 255) = 37.94%

R = 30.48%
G = 31.59%
B = 37.94%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C0C7EF (or 0xC0C7EF) is known color: Periwinkle. HEX triplet: C0, C7 and EF. RGB value is (192,199,239). Sum of RGB (Red+Green+Blue) = 192+199+239=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0C7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C7EF is #3F3810. Grayscale: #C9C9C9. Windows color (decimal): -4143121 or 15714240. OLE color: 15714240.

HSL color Cylindrical-coordinate representation of color #C0C7EF: hue angle of 231.06º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0C7EF is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 199 239 -
CMYK 0.20 0.17 0 0.06
HSL 231.06º 0.59% 0.85% -
HSV(B) 231.06º 0.2% 0.94% -
XYZ 57.74 58.29 89.87 -
YUV 201.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 192 199 239 0.20 0.17 0 0.06 231.06 0.59 0.85
Hex C0 C7 EF 14 11 0 6 E7 3B 55
Octal 300 307 357 24 21 0 6 347 73 125
Binary 11000000 11000111 11101111 10100 10001 0 110 11100111 111011 1010101

Color Harmonies of #C0C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C7EF

Black with #C0C7EF

Text Example


Text Example

White with #C0C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C7EF; }

 p { color: rgb(192,199,239); }

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

background-color css

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

 a { background-color: rgb(192,199,239); }

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

border-color css

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

 span { border-color: rgb(192,199,239); }

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