Html Css Color HEX #C0C7F3 Periwinkle

📋 copy color: '#C0C7F3'

red 192 ◦ green 199 ◦ blue 243

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

Shades of Periwinkle #C0C7F3

Tints of Periwinkle #C0C7F3

RGB

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

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

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

R = 30.28%
G = 31.39%
B = 38.33%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0C7F3 (or 0xC0C7F3) is known color: Periwinkle. HEX triplet: C0, C7 and F3. RGB value is (192,199,243). Sum of RGB (Red+Green+Blue) = 192+199+243=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0C7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C7F3 is #3F380C. Grayscale: #C9C9C9. Windows color (decimal): -4143117 or 15976384. OLE color: 15976384.

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

Color convert

RGB 192 199 243 -
CMYK 0.21 0.18 0 0.05
HSL 231.76º 0.68% 0.85% -
HSV(B) 231.76º 0.21% 0.95% -
XYZ 58.34 58.52 93.02 -
YUV 201.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 192 199 243 0.21 0.18 0 0.05 231.76 0.68 0.85
Hex C0 C7 F3 15 12 0 5 E8 44 55
Octal 300 307 363 25 22 0 5 350 104 125
Binary 11000000 11000111 11110011 10101 10010 0 101 11101000 1000100 1010101

Color Harmonies of #C0C7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C7F3

Black with #C0C7F3

Text Example


Text Example

White with #C0C7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C7F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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