Html Css Color HEX #C0CBF0 Periwinkle

📋 copy color: '#C0CBF0'

red 192 ◦ green 203 ◦ blue 240

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

Shades of Periwinkle #C0CBF0

Tints of Periwinkle #C0CBF0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.97%

 BLUE value IS 240 (94.14% from 255) = 37.8%

R = 30.24%
G = 31.97%
B = 37.8%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C0CBF0 (or 0xC0CBF0) is known color: Periwinkle. HEX triplet: C0, CB and F0. RGB value is (192,203,240). Sum of RGB (Red+Green+Blue) = 192+203+240=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #C0CBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBF0 is #3F340F. Grayscale: #CBCBCB. Windows color (decimal): -4142096 or 15780800. OLE color: 15780800.

HSL color Cylindrical-coordinate representation of color #C0CBF0: hue angle of 226.25º degrees, saturation: 0.62, 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 #C0CBF0 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 203 240 -
CMYK 0.20 0.15 0 0.06
HSL 226.25º 0.62% 0.85% -
HSV(B) 226.25º 0.2% 0.94% -
XYZ 58.82 60.21 90.96 -
YUV 203.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 192 203 240 0.20 0.15 0 0.06 226.25 0.62 0.85
Hex C0 CB F0 14 F 0 6 E2 3E 55
Octal 300 313 360 24 17 0 6 342 76 125
Binary 11000000 11001011 11110000 10100 1111 0 110 11100010 111110 1010101

Color Harmonies of #C0CBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBF0

Black with #C0CBF0

Text Example


Text Example

White with #C0CBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBF0; }

 p { color: rgb(192,203,240); }

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

background-color css

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

 a { background-color: rgb(192,203,240); }

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

border-color css

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

 span { border-color: rgb(192,203,240); }

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